home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / file-tra / fsp-2.7 / fsp-2 / fsp / vms / bugs.vms < prev    next >
Encoding:
Text File  |  1993-05-19  |  1.6 KB  |  43 lines

  1. Known bugs in VMS-FSP V2.7.0
  2. ============================
  3.  
  4. General:
  5. -------
  6. This version of FSP is only tested on UCX/TCP and Multinet/UCX network
  7. software, other implementations need some changes in the ***share.opt
  8. file and in some headerfiles ([.include]common_def.h).
  9.  
  10.  
  11. Clients:
  12. -------
  13. Fmore is not yet implemented (Was originally a piping of Fcat with Less).
  14. Fpwd is not yet implemented (do a $show logical fsp* instead).
  15.  
  16. This is not quite a bug, but a restriction on VMS. When FGETting or
  17. FGRABbing a file with more than 1 dot in it's name, the last dot(s) will
  18. be translated into underscores. Also characters which are invalid on a VMS
  19. filesystem (?:!) will be converted to an underscore.
  20.  
  21.  
  22. Server:
  23. ------
  24. The .FSP_CONTENT will not be updated on external changes. These are 
  25. changes made in the directory/file structure without using FSP (like when
  26. you want to put some stuff in your own FSP-server-directory with the normal
  27. COPY command).
  28. When you do this, you have to delete the .FSP_CONTENT in each directory
  29. where you have made the changes.
  30.  
  31. The filenames on VMS are not case sensitive, so all names will always be in
  32. lowercase. This can cause problems on compressed files (with extension .Z), 
  33. after fgetting these files on Unix-based systems, the extension must be
  34. converted to uppercase before the uncompress can be done.
  35.  
  36. The server has still problems with downloading of STREAM-format files which
  37. are larger than 1.18MB. The only way to fix this is to convert the file-
  38. format to FIXED or STREAM_LF.
  39.  
  40.  
  41. When you discover some more bugs/inconveniences in the VMS-FSP, send them
  42. to <S.A.Pechler@bdk.tue.nl>.
  43.